/* 整体布局 */
body {
  background-color: #F5F7FA;
  --primary-color: #72b126; /* 主色调 - 绿色 */
  --primary-dark: #5a8d1e;  /* 主色深色 - 深绿色 */
  --secondary-color: #25812f; /* 深绿色 */
  --accent-color: #8bc34a;  /* 点缀色：浅绿色 */
}
a {
  cursor: pointer;
  text-decoration: none;
  color: black;
}
a :hover {
  cursor: pointer;
}
.common_con {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0px;
}
.camp1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.camp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.camp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nofilter_img{
  filter: blur(0px) !important;
}
.href_blue{
  color: #5456e6 ;
}
.href_blue:hover{
  text-decoration: underline;
  text-decoration-color: #5456e6;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
/* 搜索框 */
/* 搜索框 */
/* 首页 */
/* 文本行高 */
.index_text {
  font-size: 16px;
}
.index_h4 {
  font-size: 18px;
  line-height: 30px;
}
.yy_bt{
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_dec {
  font-size: 15px;
}
.index_time {
  font-size: 15px;
  color: #808080;
}
.time {
  color: #808080;
}
/* 列表标题 */
.list_tit {
  font-size: 19px;
  margin-bottom: 10px;
  color: black;
}
/* 详情页标题 */
.show_tit {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 30px;
}
/* 导航路径开始 */
.position_con {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: #999;
  margin-bottom: 10px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.position_con.camp1 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: unset !important;
}
.position_con.camp1 > * {
  flex-shrink: 0;
  white-space: nowrap;
}
.position_con.camp1 > a:last-child {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.position_con a {
  color: #999;
  white-space: nowrap;
}
.position_con i {
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0 4px;
}
/* 导航路径结束 */

/* 医院医生布局 */
.yyys_topcon,
.yyys_botcon {
  width: 100%;
  margin-bottom: 20px;
}
.yyys_topcon {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  box-sizing: border-box;
}
.yyys_botcon {
  display: flex;
  justify-content: space-between;
}
/*  列表页左右布局 - 共用左侧列表 */
.list_left {
  width: 75%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-right: 15px;
  box-sizing: border-box;
}
/*  详情页左右布局 - 共用左侧列表 */
.show_left {
  width: 75%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  margin-right: 15px;
  box-sizing: border-box;
}
/* 卡片布局 */
.card_con {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0px 0px 0px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.yylist_acrdcon{
  justify-content: space-between;
}
.card_textcon,
.card_button {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.card_textcon {
  width: 63%;
  margin-left: 10px;
}
/* 项目 */
.xm_con {
  width: 100%;
}
.xm_tex {
}
.xm_but {
  max-width: 90px;
  padding: 0px 5px;
  border-radius: 15px;
  border: 1px solid var(--color-primary);;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xm_but:hover {
  background-color: var(--color-primary);;
  color: #fff;
}
/* 分页 */
.page_con {
  padding: 10px 0px;
  margin: 10px auto;
}
.page_con span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background:  var(--color-primary);;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  padding: 0px 5px;
}

.underline:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-primary);;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  cursor: pointer;
}
.card_listtexcon {
  width: 75% !important;
}
/* 侧边栏 */
.aside_con {
  width: 24%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.aside_fz {
  font-size: 14px;
}
.card_rightcon {
  height: 90px !important;
  padding: 0px 5px 10px 5px;
}
.aside_card_img {
  width: 90px;
  height: 80px;
  filter: blur(15px);
}
.aside_titcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
  color:#fff;
  font-weight: 700;
  padding: 10px;
  font-size: large;
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
}
.aside_more {
  background-color: var(--secondary-color);
  width: 50px;
  height: 100%;
  color:#fff;
  font-size: 14px;
  text-align: center;
}
/* 详情页导航 */
  .show_nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
 .show_nav li {
    width: 150px;
    height: 40px;
    border: 1px solid #66666660;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .choose_nav {
    color: var(--color-primary);;
  }
  .nav_num {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    padding: 0px 5px;
    text-align: center;
    background-color: var(--accent-color);
    border-radius: 50%;
  }
  /* 详情页文章 */
  .show_article{
    padding: 12px;
}
.show_article p{
    text-indent: 2em;
    line-height: 28px;
}
.show_article img{
        display: block;
    -webkit-filter: blur(15px);
    width: 400px;
    margin: 10px auto;
    padding: 10px;
}
.show_article p img{
       display: block;
    -webkit-filter: blur(15px);
    width: 400px;
    height: 350px;
    margin: 10px auto;
    padding: 10px;
}
.show_article .imgCon img{
  filter: blur(0px) !important;
  width: 100%;
}
/* 详情页标题 */
  .hositem_tit{
    font-size: 18px;
    font-weight: 600;
    border-left: 5px solid var(--color-primary);;
    padding-left: 10px;
    margin-bottom: 15px;
  }
/* 详情页热搜关键词开始 */
  .key_con {
    width: 100%;
    margin-bottom: 20px;
     padding: 0px 12px;
    box-sizing: border-box;
  }
  .key_con_tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .key_img {
    width: 37px !important;
  }
  .key_tit {
    font-size: 23px !important;
    color: #555;
    margin: 0px 10px 0px 10px ! important;
  }
  .key_con_key {
    max-width: 75%;   
  }
  .key_key{
    font-size: 20px;
    color: var(--accent-color);
  }
/* 详情页热搜关键词结束 */
/* 评价开始 */
.dp_con{
    width: 100%;
}
.dp_con .dp_tit{
  color: var(--color-primary);;
  margin: 15px 0px;
}
.dp_con .dp_img{
  width: 150px;
  padding: 10px;
  filter: blur(15px);
}
.dp_con .dp_des{
  margin-bottom: 10px;
}

.dp_con .textarea_wrap{
	width: 100%;
    height: 100px;
}
.dp_con .textarea_wrap textarea{
	display: block;
    height: 100%;
    padding: 4px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    resize: none;
    text-indent: 4px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.dp_con .submit_btn{
	  margin: 10px 0;
    padding: 6px 10px;
    background-color: var(--color-primary);;
    border: 0;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    margin-left: 91%;
}
/* 评价结束 */
 .share_xmcon{
    display: flex;
    flex-wrap: wrap;
  }
  .xm_itemcon{
    max-width: 200px;
  }